Html Css Color HEX #F5FDCE Carla

📋 copy color: '#F5FDCE'

red 245 ◦ green 253 ◦ blue 206

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

Shades of Carla #F5FDCE

Tints of Carla #F5FDCE

RGB

 RED value IS 245 (96.09% from 255) = 34.8%

 GREEN value IS 253 (99.22% from 255) = 35.94%

 BLUE value IS 206 (80.86% from 255) = 29.26%

R = 34.8%
G = 35.94%
B = 29.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#F5FDCE (or 0xF5FDCE) is known color: Carla. HEX triplet: F5, FD and CE. RGB value is (245,253,206). Sum of RGB (Red+Green+Blue) = 245+253+206=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 206 (80.86% from 255 or 29.26% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDCE is #0A0231. Grayscale: #F5F5F5. Windows color (decimal): -655922 or 13565429. OLE color: 13565429.

HSL color Cylindrical-coordinate representation of color #F5FDCE: hue angle of 70.21º degrees, saturation: 0.92, 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 #F5FDCE is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 253 206 -
CMYK 0.03 0 0.19 0.01
HSL 70.21º 0.92% 0.9% -
HSV(B) 70.21º 0.19% 0.99% -
XYZ 83.92 94.12 72.14 -
YUV 245.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 245 253 206 0.03 0 0.19 0.01 70.21 0.92 0.9
Hex F5 FD CE 3 0 13 1 46 5C 5A
Octal 365 375 316 3 0 23 1 106 134 132
Binary 11110101 11111101 11001110 11 0 10011 1 1000110 1011100 1011010

Color Harmonies of #F5FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FDCE

Black with #F5FDCE

Text Example


Text Example

White with #F5FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FDCE; }

 p { color: rgb(245,253,206); }

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

background-color css

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

 a { background-color: rgb(245,253,206); }

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

border-color css

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

 span { border-color: rgb(245,253,206); }

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