Html Css Color HEX #F1CFD3 Pale Rose

📋 copy color: '#F1CFD3'

red 241 ◦ green 207 ◦ blue 211

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

Shades of Pale Rose #F1CFD3

Tints of Pale Rose #F1CFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.02%

R = 36.57%
G = 31.41%
B = 32.02%

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

#F1CFD3 (or 0xF1CFD3) is known color: Pale Rose. HEX triplet: F1, CF and D3. RGB value is (241,207,211). Sum of RGB (Red+Green+Blue) = 241+207+211=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 211 (82.81% from 255 or 32.02% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFD3 is #0E302C. Grayscale: #D9D9D9. Windows color (decimal): -929837 or 13881329. OLE color: 13881329.

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

Color convert

RGB 241 207 211 -
CMYK 0 0.14 0.12 0.05
HSL 352.94º 0.55% 0.88% -
HSV(B) 352.94º 0.14% 0.95% -
XYZ 70.35 68.03 71.05 -
YUV 217.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 241 207 211 0 0.14 0.12 0.05 352.94 0.55 0.88
Hex F1 CF D3 0 E C 5 161 37 58
Octal 361 317 323 0 16 14 5 541 67 130
Binary 11110001 11001111 11010011 0 1110 1100 101 101100001 110111 1011000

Color Harmonies of #F1CFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CFD3

Black with #F1CFD3

Text Example


Text Example

White with #F1CFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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