Html Css Color HEX #F1CFD4 Pale Rose

📋 copy color: '#F1CFD4'

red 241 ◦ green 207 ◦ blue 212

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

Shades of Pale Rose #F1CFD4

Tints of Pale Rose #F1CFD4

RGB

 RED value IS 241 (94.53% from 255) = 36.52%

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

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

R = 36.52%
G = 31.36%
B = 32.12%

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

#F1CFD4 (or 0xF1CFD4) is known color: Pale Rose. HEX triplet: F1, CF and D4. RGB value is (241,207,212). Sum of RGB (Red+Green+Blue) = 241+207+212=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 212 (83.20% from 255 or 32.12% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFD4 is #0E302B. Grayscale: #D9D9D9. Windows color (decimal): -929836 or 13946865. OLE color: 13946865.

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

Color convert

RGB 241 207 212 -
CMYK 0 0.14 0.12 0.05
HSL 351.18º 0.55% 0.88% -
HSV(B) 351.18º 0.14% 0.95% -
XYZ 70.47 68.08 71.71 -
YUV 217.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 241 207 212 0 0.14 0.12 0.05 351.18 0.55 0.88
Hex F1 CF D4 0 E C 5 15F 37 58
Octal 361 317 324 0 16 14 5 537 67 130
Binary 11110001 11001111 11010100 0 1110 1100 101 101011111 110111 1011000

Color Harmonies of #F1CFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CFD4

Black with #F1CFD4

Text Example


Text Example

White with #F1CFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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