Html Css Color HEX #F0CED3 Pale Rose

📋 copy color: '#F0CED3'

red 240 ◦ green 206 ◦ blue 211

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

Shades of Pale Rose #F0CED3

Tints of Pale Rose #F0CED3

RGB

 RED value IS 240 (94.14% from 255) = 36.53%

 GREEN value IS 206 (80.86% from 255) = 31.35%

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

R = 36.53%
G = 31.35%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F0CED3 (or 0xF0CED3) is known color: Pale Rose. HEX triplet: F0, CE and D3. RGB value is (240,206,211). Sum of RGB (Red+Green+Blue) = 240+206+211=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 211 (82.81% from 255 or 32.12% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CED3 is #0F312C. Grayscale: #D8D8D8. Windows color (decimal): -995629 or 13881072. OLE color: 13881072.

HSL color Cylindrical-coordinate representation of color #F0CED3: hue angle of 351.18º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CED3 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 206 211 -
CMYK 0 0.14 0.12 0.06
HSL 351.18º 0.53% 0.87% -
HSV(B) 351.18º 0.14% 0.94% -
XYZ 69.76 67.37 70.95 -
YUV 216.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 240 206 211 0 0.14 0.12 0.06 351.18 0.53 0.87
Hex F0 CE D3 0 E C 6 15F 35 57
Octal 360 316 323 0 16 14 6 537 65 127
Binary 11110000 11001110 11010011 0 1110 1100 110 101011111 110101 1010111

Color Harmonies of #F0CED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CED3

Black with #F0CED3

Text Example


Text Example

White with #F0CED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CED3; }

 p { color: rgb(240,206,211); }

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

background-color css

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

 a { background-color: rgb(240,206,211); }

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

border-color css

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

 span { border-color: rgb(240,206,211); }

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