Html Css Color HEX #F2CFD4 Pale Rose

📋 copy color: '#F2CFD4'

red 242 ◦ green 207 ◦ blue 212

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

Shades of Pale Rose #F2CFD4

Tints of Pale Rose #F2CFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.07%

R = 36.61%
G = 31.32%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F2CFD4 (or 0xF2CFD4) is known color: Pale Rose. HEX triplet: F2, CF and D4. RGB value is (242,207,212). Sum of RGB (Red+Green+Blue) = 242+207+212=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 212 (83.20% from 255 or 32.07% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFD4 is #0D302B. Grayscale: #DADADA. Windows color (decimal): -864300 or 13946866. OLE color: 13946866.

HSL color Cylindrical-coordinate representation of color #F2CFD4: hue angle of 351.43º 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 #F2CFD4 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 207 212 -
CMYK 0 0.14 0.12 0.05
HSL 351.43º 0.57% 0.88% -
HSV(B) 351.43º 0.14% 0.95% -
XYZ 70.81 68.26 71.73 -
YUV 218.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 242 207 212 0 0.14 0.12 0.05 351.43 0.57 0.88
Hex F2 CF D4 0 E C 5 15F 39 58
Octal 362 317 324 0 16 14 5 537 71 130
Binary 11110010 11001111 11010100 0 1110 1100 101 101011111 111001 1011000

Color Harmonies of #F2CFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFD4

Black with #F2CFD4

Text Example


Text Example

White with #F2CFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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