Html Css Color HEX #F3C2E5 Classic Rose

📋 copy color: '#F3C2E5'

red 243 ◦ green 194 ◦ blue 229

#F3C2E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #F3C2E5

Tints of Classic Rose #F3C2E5

RGB

 RED value IS 243 (95.31% from 255) = 36.49%

 GREEN value IS 194 (76.17% from 255) = 29.13%

 BLUE value IS 229 (89.84% from 255) = 34.38%

R = 36.49%
G = 29.13%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F3C2E5 (or 0xF3C2E5) is known color: Classic Rose. HEX triplet: F3, C2 and E5. RGB value is (243,194,229). Sum of RGB (Red+Green+Blue) = 243+194+229=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 194 (76.17% from 255 or 29.13% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2E5 is #0C3D1A. Grayscale: #D4D4D4. Windows color (decimal): -802075 or 15057651. OLE color: 15057651.

HSL color Cylindrical-coordinate representation of color #F3C2E5: hue angle of 317.14º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C2E5 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 194 229 -
CMYK 0 0.20 0.06 0.05
HSL 317.14º 0.67% 0.86% -
HSV(B) 317.14º 0.2% 0.95% -
XYZ 70.4 63.3 82.64 -
YUV 212.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 243 194 229 0 0.20 0.06 0.05 317.14 0.67 0.86
Hex F3 C2 E5 0 14 6 5 13D 43 56
Octal 363 302 345 0 24 6 5 475 103 126
Binary 11110011 11000010 11100101 0 10100 110 101 100111101 1000011 1010110

Color Harmonies of #F3C2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C2E5

Black with #F3C2E5

Text Example


Text Example

White with #F3C2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C2E5; }

 p { color: rgb(243,194,229); }

 H1.HeaderClassName
 {
   color: #F3C2E5;
 }
 .AnyTagClassName
 {
   color: #F3C2E5;
 }
</style>

background-color css

<style>
 a { background-color: #F3C2E5; }

 a { background-color: rgb(243,194,229); }

 div.DivClassName
 {
   background-color: #F3C2E5;
 }
 .BgClassName
 {
   background-color: #F3C2E5;
 }
</style>

border-color css

<style>
 span { border-color: #F3C2E5; }

 span { border-color: rgb(243,194,229); }

 td.TdClassName
 {
   border-color: #F3C2E5;
 }
 .TagClassName
 {
   border-color: #F3C2E5;
 }
</style>