Html Css Color HEX #F2CCCF Pale Rose

📋 copy color: '#F2CCCF'

red 242 ◦ green 204 ◦ blue 207

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

Shades of Pale Rose #F2CCCF

Tints of Pale Rose #F2CCCF

RGB

 RED value IS 242 (94.92% from 255) = 37.06%

 GREEN value IS 204 (80.08% from 255) = 31.24%

 BLUE value IS 207 (81.25% from 255) = 31.7%

R = 37.06%
G = 31.24%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F2CCCF (or 0xF2CCCF) is known color: Pale Rose. HEX triplet: F2, CC and CF. RGB value is (242,204,207). Sum of RGB (Red+Green+Blue) = 242+204+207=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCCF is #0D3330. Grayscale: #D7D7D7. Windows color (decimal): -865073 or 13618418. OLE color: 13618418.

HSL color Cylindrical-coordinate representation of color #F2CCCF: hue angle of 355.26º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CCCF is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 207 -
CMYK 0 0.16 0.14 0.05
HSL 355.26º 0.59% 0.87% -
HSV(B) 355.26º 0.16% 0.95% -
XYZ 69.47 66.57 68.22 -
YUV 215.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 242 204 207 0 0.16 0.14 0.05 355.26 0.59 0.87
Hex F2 CC CF 0 10 E 5 163 3B 57
Octal 362 314 317 0 20 16 5 543 73 127
Binary 11110010 11001100 11001111 0 10000 1110 101 101100011 111011 1010111

Color Harmonies of #F2CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCCF

Black with #F2CCCF

Text Example


Text Example

White with #F2CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCCF; }

 p { color: rgb(242,204,207); }

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

background-color css

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

 a { background-color: rgb(242,204,207); }

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

border-color css

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

 span { border-color: rgb(242,204,207); }

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