Html Css Color HEX #F4CFD4 Pale Rose

📋 copy color: '#F4CFD4'

red 244 ◦ green 207 ◦ blue 212

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

Shades of Pale Rose #F4CFD4

Tints of Pale Rose #F4CFD4

RGB

 RED value IS 244 (95.7% from 255) = 36.8%

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

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

R = 36.8%
G = 31.22%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F4CFD4 (or 0xF4CFD4) is known color: Pale Rose. HEX triplet: F4, CF and D4. RGB value is (244,207,212). Sum of RGB (Red+Green+Blue) = 244+207+212=663 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.80% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFD4 is #0B302B. Grayscale: #DADADA. Windows color (decimal): -733228 or 13946868. OLE color: 13946868.

HSL color Cylindrical-coordinate representation of color #F4CFD4: hue angle of 351.89º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4CFD4 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 207 212 -
CMYK 0 0.15 0.13 0.04
HSL 351.89º 0.63% 0.88% -
HSV(B) 351.89º 0.15% 0.96% -
XYZ 71.5 68.61 71.76 -
YUV 218.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 244 207 212 0 0.15 0.13 0.04 351.89 0.63 0.88
Hex F4 CF D4 0 F D 4 160 3F 58
Octal 364 317 324 0 17 15 4 540 77 130
Binary 11110100 11001111 11010100 0 1111 1101 100 101100000 111111 1011000

Color Harmonies of #F4CFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CFD4

Black with #F4CFD4

Text Example


Text Example

White with #F4CFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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