Html Css Color HEX #F0CDFC Blue Chalk

📋 copy color: '#F0CDFC'

red 240 ◦ green 205 ◦ blue 252

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

Shades of Blue Chalk #F0CDFC

Tints of Blue Chalk #F0CDFC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.41%

 BLUE value IS 252 (98.83% from 255) = 36.15%

R = 34.43%
G = 29.41%
B = 36.15%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0CDFC (or 0xF0CDFC) is known color: Blue Chalk. HEX triplet: F0, CD and FC. RGB value is (240,205,252). Sum of RGB (Red+Green+Blue) = 240+205+252=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0CDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDFC is #0F3203. Grayscale: #DCDCDC. Windows color (decimal): -995844 or 16567792. OLE color: 16567792.

HSL color Cylindrical-coordinate representation of color #F0CDFC: hue angle of 284.68º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0CDFC is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 205 252 -
CMYK 0.05 0.19 0 0.01
HSL 284.68º 0.89% 0.9% -
HSV(B) 284.68º 0.19% 0.99% -
XYZ 75.34 69.22 101.48 -
YUV 220.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 240 205 252 0.05 0.19 0 0.01 284.68 0.89 0.9
Hex F0 CD FC 5 13 0 1 11D 59 5A
Octal 360 315 374 5 23 0 1 435 131 132
Binary 11110000 11001101 11111100 101 10011 0 1 100011101 1011001 1011010

Color Harmonies of #F0CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CDFC

Black with #F0CDFC

Text Example


Text Example

White with #F0CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CDFC; }

 p { color: rgb(240,205,252); }

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

background-color css

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

 a { background-color: rgb(240,205,252); }

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

border-color css

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

 span { border-color: rgb(240,205,252); }

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