Html Css Color HEX #F2DBFE Blue Chalk

📋 copy color: '#F2DBFE'

red 242 ◦ green 219 ◦ blue 254

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

Shades of Blue Chalk #F2DBFE

Tints of Blue Chalk #F2DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.63%

 BLUE value IS 254 (99.61% from 255) = 35.52%

R = 33.85%
G = 30.63%
B = 35.52%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2DBFE (or 0xF2DBFE) is known color: Blue Chalk. HEX triplet: F2, DB and FE. RGB value is (242,219,254). Sum of RGB (Red+Green+Blue) = 242+219+254=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 219 (85.94% from 255 or 30.63% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DBFE is #0D2401. Grayscale: #E5E5E5. Windows color (decimal): -861186 or 16702450. OLE color: 16702450.

HSL color Cylindrical-coordinate representation of color #F2DBFE: hue angle of 279.43º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2DBFE is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 219 254 -
CMYK 0.05 0.14 0 0.00
HSL 279.43º 0.95% 0.93% -
HSV(B) 279.43º 0.14% 1% -
XYZ 79.84 76.7 104.36 -
YUV 229.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 242 219 254 0.05 0.14 0 0.00 279.43 0.95 0.93
Hex F2 DB FE 5 E 0 0 117 5F 5D
Octal 362 333 376 5 16 0 0 427 137 135
Binary 11110010 11011011 11111110 101 1110 0 0 100010111 1011111 1011101

Color Harmonies of #F2DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DBFE

Black with #F2DBFE

Text Example


Text Example

White with #F2DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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