Html Css Color HEX #F2D5DB Cherub

📋 copy color: '#F2D5DB'

red 242 ◦ green 213 ◦ blue 219

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

Shades of Cherub #F2D5DB

Tints of Cherub #F2D5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.6%

 BLUE value IS 219 (85.94% from 255) = 32.49%

R = 35.91%
G = 31.6%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2D5DB (or 0xF2D5DB) is known color: Cherub. HEX triplet: F2, D5 and DB. RGB value is (242,213,219). Sum of RGB (Red+Green+Blue) = 242+213+219=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D5DB is #0D2A24. Grayscale: #DEDEDE. Windows color (decimal): -862757 or 14407154. OLE color: 14407154.

HSL color Cylindrical-coordinate representation of color #F2D5DB: hue angle of 347.59º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2D5DB is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 213 219 -
CMYK 0 0.12 0.10 0.05
HSL 347.59º 0.53% 0.89% -
HSV(B) 347.59º 0.12% 0.95% -
XYZ 73.2 71.58 76.98 -
YUV 222.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 242 213 219 0 0.12 0.10 0.05 347.59 0.53 0.89
Hex F2 D5 DB 0 C A 5 15C 35 59
Octal 362 325 333 0 14 12 5 534 65 131
Binary 11110010 11010101 11011011 0 1100 1010 101 101011100 110101 1011001

Color Harmonies of #F2D5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D5DB

Black with #F2D5DB

Text Example


Text Example

White with #F2D5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D5DB; }

 p { color: rgb(242,213,219); }

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

background-color css

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

 a { background-color: rgb(242,213,219); }

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

border-color css

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

 span { border-color: rgb(242,213,219); }

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