Html Css Color HEX #F2CFD2 Pale Rose

📋 copy color: '#F2CFD2'

red 242 ◦ green 207 ◦ blue 210

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

Shades of Pale Rose #F2CFD2

Tints of Pale Rose #F2CFD2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.41%

 BLUE value IS 210 (82.42% from 255) = 31.87%

R = 36.72%
G = 31.41%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F2CFD2 (or 0xF2CFD2) is known color: Pale Rose. HEX triplet: F2, CF and D2. RGB value is (242,207,210). Sum of RGB (Red+Green+Blue) = 242+207+210=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 210 (82.42% from 255 or 31.87% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFD2 is #0D302D. Grayscale: #D9D9D9. Windows color (decimal): -864302 or 13815794. OLE color: 13815794.

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

Color convert

RGB 242 207 210 -
CMYK 0 0.14 0.13 0.05
HSL 354.86º 0.57% 0.88% -
HSV(B) 354.86º 0.14% 0.95% -
XYZ 70.56 68.16 70.41 -
YUV 217.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 242 207 210 0 0.14 0.13 0.05 354.86 0.57 0.88
Hex F2 CF D2 0 E D 5 163 39 58
Octal 362 317 322 0 16 15 5 543 71 130
Binary 11110010 11001111 11010010 0 1110 1101 101 101100011 111001 1011000

Color Harmonies of #F2CFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFD2

Black with #F2CFD2

Text Example


Text Example

White with #F2CFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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